Project

General

Profile

« Previous | Next » 

Revision 63f875b8

Added by alanwu (Alan Wu) about 4 years ago

Factor out protected callee guard, check for private callees

We didn't need the private check before because we were lifting from the
interpreter's cache, and the interpreter only caches when visibility
checks go through.