gambas-source-code/comp/src
gambas d797a545b6 [COMPILER]
* NEW: Work on JIT continues...
* NEW: Better panic errors.

[INTERPRETER]
* NEW: Remove the old JIT stuff.
* NEW: Calls gb.jit at runtime if needed. If a fast function has no jit implementation, the bytecode version is used.
* NEW: Start defining the JIT interface needed by the JIT functions.
* NEW: The common static character buffer is now twice the size of the maximum symbol length, to avoid possible overflows.

[GB.JIT]
* NEW: Compilation starts to work.
* NEW: Debugging messages.
2018-05-26 16:50:00 +02:00
..
gb.args
gb.chart This commit contains bug fix for the Chart component. 2018-05-05 11:02:05 +02:00
gb.db.form
gb.dbus.trayicon
gb.desktop
gb.eval.highlight
gb.form DateBox: The time popup works correctly again. 2018-05-07 22:20:01 +02:00
gb.form.dialog
gb.form.editor
gb.form.mdi Shortcut configuration dialog: Use the Shortcut class and display action icons correctly. 2018-04-28 15:54:33 +02:00
gb.form.stock
gb.form.terminal
gb.gui.base Shortcut: Write modifier keys with the first letter capitalized only. 2018-04-28 15:53:17 +02:00
gb.jit [COMPILER] 2018-05-26 16:50:00 +02:00
gb.logging
gb.map
gb.markdown
gb.media.form
gb.memcached
gb.mysql
gb.net.pop3
gb.net.smtp SmtpClient: Fix the sent date header. 2018-05-02 17:05:16 +02:00
gb.report
gb.report2
gb.scanner
gb.settings
gb.term.form
gb.util
gb.util.web
gb.web
gb.web.feed
gb.web.form
order