forked from jnthn/6model
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
more optimization attempts
- Loading branch information
Showing
3 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,29 @@ | ||
| %.STable [1] # on every RakudoObject impl (inner classes of the repr classes) | ||
| %.Value [2] # some RakudoObject impl | ||
| %.FormWith%( [1]( # on SharedTable | ||
| %.FindMethod%( [2]( # on SharedTable | ||
| %.Invoke%( [3]( # on SharedTable | ||
| %.TypeCheck%( [4]( # on SharedTable | ||
| %.REPR [5] # on SharedTable | ||
| %.HOW [6] # on SharedTable | ||
| %.WHAT [7] # on SharedTable | ||
| %.SpecialInvoke [8] # on SharedTable | ||
| %.CachedInvoke [9] # on SharedTable | ||
| %.TypeCheckCache [10] # on SharedTable | ||
| %.new%( [1]( # all classes with constructors named new | ||
| Ops%.box_int%( Ops[1]( | ||
| Ops%.box_num%( Ops[2]( | ||
| Ops%.box_str%( Ops[3]( | ||
| Ops%.unbox_int%( Ops[4]( | ||
| Ops%.unbox_num%( Ops[5]( | ||
| Ops%.unbox_str%( Ops[6]( | ||
| Ops%.unbox_str%( Ops[6]( | ||
| Ops%.type_object_for%( Ops[43]( | ||
| Ops%.instance_of%( Ops[44]( | ||
| %.STable [1] # on every RakudoObject impl (inner classes of the repr classes) | ||
| %.Value [2] # some RakudoObject impl | ||
| %.type_object_for%( [2]( # all RakudoObject impl | ||
| %.instance_of%( [3]( # all RakudoObject impl | ||
| %.defined%( [4]( # all RakudoObject impl | ||
| %.hint_for%( [5]( # all RakudoObject impl | ||
| Hints%.NO_HINT=%-1 unused=0 | ||
| Hints%.NO_HINT -1 | ||
| %.DefaultStrBoxType [2] # on ThreadContext | ||
| %.DefaultBoolBoxType [3] # on ThreadContext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters