Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-08415863: Support (multiple) virtual dispatch for lazy rulesDennis Wagelaar1-1/+10
2015-02-13415863: Support (multiple) virtual dispatch for lazy rules dwagelaar1-0/+13
2013-08-01Fix + test + bytecode format change.dwagelaar1-2/+7
2013-05-24Fix performance bottleneck for the bytecode verifier.dwagelaar1-844/+843
2013-05-21EMFTVM bytecode loading performance issue: allow ExecEnv.loadModule()dwagelaar1-839/+844
2013-05-14Add support for primitive types in trace model and rules + tests.dwagelaar1-2/+2
2013-04-26Relax Rule.inputElements cardinality constraint - this broke SimpleGTdwagelaar1-2/+2
2013-01-17Added ExecEnvPool for concurrent repetitive transformations.dwagelaar1-0/+1
2013-01-03Add support for field adding/removing to immutable collections + minordwagelaar1-3/+3
2012-11-15Allow ADD/REMOVE on Fields, and enable queuing of ADD/REMOVE in thedwagelaar1-0/+54
2012-11-01Add support for queuing delayed SET instructions during thedwagelaar1-4/+22
2012-05-20Fix bug: fields and model element iterables were not cleared after a run, cau...dwagelaar1-0/+4
2012-04-08First version of CodeBlock JIT compiler and API change in preparation for mul...dwagelaar1-11/+70
2012-02-16Fix semantics of unique mappings: mappings must be created for each rule in t...dwagelaar1-23/+12
2012-02-15Add proper support for "unique" rules (lazy unique rules in ATL): (1) extend ...dwagelaar1-1/+101
2012-01-02Add support for the GETENV instruction.dwagelaar1-0/+2
2011-12-12Add support for the GET_SUPER instruction.dwagelaar1-0/+3
2011-11-09Support target-to-multiple-source mapsTo relationship.dwagelaar1-1/+2
2011-10-05Perform element deletion within the stack frame context of the original DELET...dwagelaar1-3/+4
2011-10-04Use arrays instead of ELists in findOperation() for better performance.dwagelaar1-2/+3
2011-09-22Change semantics for INVOKE_CB and INVOKE_ALL_CBS: invoked code blocks now re...dwagelaar1-8/+18
2011-07-21Allow registering native Java types under aliases, and use direct instantiati...dwagelaar1-1/+3
2011-07-20Fix bug: the InvokeSuper instruction needs to access the containing Operation...dwagelaar1-0/+1
2011-07-13Enable termination of a running EMFTVM, and clean up imports.dwagelaar1-0/+4
2011-07-05Address checktyle issues.dwagelaar1-14/+14
2011-06-22Initial commit.dwagelaar1-0/+589

    Back to the top