Project

General

Profile

« Previous | Next » 

Revision 0ca04e2d

Added by tenderlovemaking (Aaron Patterson) about 4 years ago

Only clear the JIT function when we invalidate the entry block

We should only clear the JIT function when the entry point is
invalidated. Right now we only support compiling functions with a PC
offset of zero (functions that take optional parameters can start at
non-zero PC), so this patch just checks that the index is 0 before
clearing the jit function