Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

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