diff options
| author | 2013-06-06 11:57:09 +0200 | |
|---|---|---|
| committer | 2013-06-13 17:15:16 +0200 | |
| commit | 233ea8e084a95ad2a3af746dddbadb155db6a814 (patch) | |
| tree | be5eeee19b2274e1b199a230e9297f277b47d155 /src/compiler/llvm/compiler_llvm.h | |
| parent | 8afe6e0d8c4151ac74afc4ebe0dab85550821243 (diff) | |
No access check support.
This CL adds support to disable access check when a method is preverified (at
compilation time) and we know we don't need to do any access check.
The interpreter has now two modes of execution: with or without access check.
This is realized by using a template function.
A new runtime access flag kAccPreverified is added onto each method belonging
to a preverified class. If this flag is set, we enter the interpreter in "no
access check" mode. Otherwise, we enter the interpreter in "with access check"
mode.
Change-Id: Ic34163421d5b0aca3d1bce22ef7c095dcf465a18
Diffstat (limited to 'src/compiler/llvm/compiler_llvm.h')
0 files changed, 0 insertions, 0 deletions