added two more fields into CompiledMethod. no implementation change has been made yet

This commit is contained in:
hyunghwan.chung
2019-06-29 10:46:28 +00:00
parent 20b50c7bb6
commit 92093dd23f
3 changed files with 17 additions and 6 deletions

View File

@ -314,8 +314,17 @@ class(#pointer,#final,#limited) BlockContext(Context)
class(#pointer) CompiledMethod(Object)
{
// var owner, name, preamble, preamble_data_1, preamble_data_2, ntmprs, nargs, code, source.
var owner, name, preamble, preamble_data_1, preamble_data_2, ntmprs, nargs, source.
var owner,
name,
preamble,
preamble_data_1,
preamble_data_2,
ntmprs,
nargs,
//code, <-- only if moo is built with MOO_USE_METHOD_TRAILER disable.
source,
source_file,
source_line.
method preamble
{