- 17 Oct, 2014 15 commits
 - 
- 
Felix Lange authored
This test fails because the log message is formatted twice.
 - 
Felix Lange authored
 - 
Felix Lange authored
This ensures that examples will actually compile.
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
It's now safe for concurrent access. Output checking looks better.
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
This also fixes a deadlock in the tests.
 - 
obscuren authored
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
Blocking event package
 
 - 
 - 16 Oct, 2014 16 commits
 - 
- 
obscuren authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
Felix Lange authored
 - 
obscuren authored
 - 
Felix Lange authored
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
If a state gets reset and you still hold a pointer to the previous, incorrect, state object you'll operate on the wrong object. Using the state to set/get objects and attributes you won't have this problem since the state will always have the correct object.
 
 - 
 - 15 Oct, 2014 1 commit
 - 
- 
obscuren authored
 
 - 
 - 14 Oct, 2014 6 commits
 - 
- 
obscuren authored
 - 
obscuren authored
* CALLVALUE pushed incorrect value to the stack * Set execution model to closure
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
 - 
obscuren authored
Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
 
 - 
 - 10 Oct, 2014 2 commits