gambas-source-code/main/lib/jit/gb.jit
gambas 7fa5bd5220 Set the SP stack pointer before calling the conversion function to workaround the compiler optimizations and prevent a memory leak at function end if the conversion fails and an exception is raised.
[GB.JIT]
* BUG: Set the SP stack pointer before calling the conversion function to workaround the compiler optimizations and prevent a memory leak at function end if the conversion fails and an exception is raised.
2018-11-26 01:20:09 +01:00
..
.src JIT now handles "no return value" errors correctly. 2018-11-24 20:00:45 +01:00
.component Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
.directory Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
.icon.png Strip png files with ImageMagick convert command. 2018-09-19 20:53:00 +02:00
.project Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
gambas.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb.jit.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_error_common.h Work continues on new JIT system. 2018-06-14 16:45:05 +02:00
jit.h Set the SP stack pointer before calling the conversion function to workaround the compiler optimizations and prevent a memory leak at function end if the conversion fails and an exception is raised. 2018-11-26 01:20:09 +01:00