Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User

stanmiller

Active Member
Licensed User
Longtime User
B4X Expression Compiler and Eval Library

https://www.b4x.com/android/forum/t...-compiler-and-eval-library-open-source.70299/

What's New

1.05 (2016/12/31)
- Introduced "Stage2" performance edition of library (B4A/B4J) with native Java port
- Added peephole optimization for PUSH, LOADVAR, and LOADCONST
- Optimizer can be disabled by setting Codeblock.DisableOptimizations=True
- Moved constants from inline to dedicated constants table.
- Optimized bytecode into a fixed length array of ints where before code was structured as a list of doubles.
- Removed erroneous pop instruction from bitwise "not"
 
Top