Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fn main(arg) {
- a := 0;
- for {
- a = a + 1;
- t := {
- "test" = 123,
- "a" = a,
- };
- print "This is a string";
- print main;
- if a == 100 do return a;
- i := 0;
- for i < 10 {
- t.a = i;
- i += 1;
- print i;
- }
- }
- }
- --- Output
- op: 9, lhs.name: a, is_local: true, index: 1
- op: 72, lhs.name: i, is_local: true, index: 3
- func: main
- ops (85): [PUSHK, POP, SETLOCAL, PUSHK, PUSHK, PUSHK, GETLOCAL, PUSHK, ADD, SETLOCAL, PUSHK, NEWTABLE, PUSHK, PUSHNULL, PUSHK, PUSHFALSE, SETTABLE, GETLOCAL, PUSHK, PUSHK, PUSHTRUE, SETTABLE, SETLOCAL, PUSHNULL, PUSHK, GETLOCAL, PRINT, PUSHK, SETLOCAL, GETGLOBAL, PRINT, PUSHK, GETGLOBAL, GETLOCAL, PUSHK, EQ, IFT, JMP, POP, PUSHFALSE, JMP, POP, PUSHFALSE, GETLOCAL, PUSHK, RETURN, PUSHK, POP, SETLOCAL, PUSHFALSE, PUSHK, SETGLOBAL, GETLOCAL, PUSHFALSE, LT, IFF, JMP, POP, IFF, GETLOCAL, PUSHNULL, GETLOCAL, PUSHFALSE, PUSHK, PUSHTRUE, SETTABLE, POP, PUSHK, PUSHK, GETLOCAL, PUSHFALSE, ADD, SETLOCAL, PUSHFALSE, GETLOCAL, PUSHFALSE, PRINT, JMP, !%(BAD ENUM VALUE), !%(BAD ENUM VALUE), JMP, !%(BAD ENUM VALUE), !%(BAD ENUM VALUE), PUSHNULL, RETURN]
- f.arg_count: 1
- f.stack_size: 8
- constants(9):
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- Starting to mark!
- Got grey list mutex!
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- GC: Freed 87, Values: 21, Max: 100
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- Starting to mark!
- Got grey list mutex!
- 8.000
- GC: Freed 24, Values: 19, Max: 42
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- Starting to mark!
- Got grey list mutex!
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- Starting to mark!
- GC: Freed 22, Values: 40, Max: 40
- Got grey list mutex!
- 4.000
- GC: Freed 4, Values: 37, Max: 82
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- Starting to mark!
- Got grey list mutex!
- 8.000
- 9.000
- GC: Freed 37, Values: 41, Max: 76
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- Starting to mark!
- Got grey list mutex!
- 5.000
- GC: Freed 45, Values: 41, Max: 84
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- Starting to mark!
- Got grey list mutex!
- This is a string
- GC: Freed 41, Values: 42, Max: 82
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- Starting to mark!
- Got grey list mutex!
- 7.000
- GC: Freed 45, Values: 41, Max: 84
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- Starting to mark!
- Got grey list mutex!
- 2.000
- 3.000
- GC: Freed 43, Values: 41, Max: 82
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- Starting to mark!
- Got grey list mutex!
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- GC: Freed 44, Values: 43, Max: 84
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- Starting to mark!
- Got grey list mutex!
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- GC: Freed 46, Values: 45, Max: 88
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- Starting to mark!
- Got grey list mutex!
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- GC: Freed 50, Values: 46, Max: 92
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- Starting to mark!
- Got grey list mutex!
- 7.000
- 8.000
- 9.000
- 10.000GC: Freed 51, Values: 49, Max: 96
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- Starting to mark!
- Got grey list mutex!
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- GC: Freed 49, Values: 52, Max: 98
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- Starting to mark!
- Got grey list mutex!
- 9.000
- 10.000
- GC: Freed 58, Values: 51, Max: 106
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- Starting to mark!
- Got grey list mutex!
- 5.000
- 6.000
- 7.000
- GC: Freed 55, Values: 52, Max: 104
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- Starting to mark!
- Got grey list mutex!
- 2.000
- 3.000
- 4.000
- 5.000
- GC: Freed 55, Values: 55, Max: 106
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- Starting to mark!
- Got grey list mutex!
- 3.000
- 4.000
- 5.000
- 6.000
- GC: Freed 59, Values: 57, Max: 112
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- Starting to mark!
- Got grey list mutex!
- 6.000
- 7.000
- 8.000
- 9.000GC: Freed 61, Values: 59, Max: 116
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- Starting to mark!
- Got grey list mutex!
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- GC: Freed 61, Values: 61, Max: 118
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- Starting to mark!
- Got grey list mutex!
- 4.000
- 5.000
- 6.000
- 7.000
- GC: Freed 64, Values: 64, Max: 124
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- Starting to mark!
- Got grey list mutex!
- 2.000
- 3.000
- GC: Freed 68, Values: 64, Max: 130
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- 1.000
- 2.000
- 3.000
- 4.000
- 5.000
- 6.000
- 7.000
- 8.000
- 9.000
- Starting to mark!
- Got grey list mutex!
- 10.000
- This is a string
- [function @ 0x1EF0BA2EB20]
- RETURN:
- GC: Freed 68, Values: 65, Max: 130
- Number: 100.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement