Advertisement
TheBirkIsReal

Untitled

Dec 17th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.25 KB | None | 0 0
  1. fn main(arg) {
  2. a := 0;
  3.  
  4. for {
  5. a = a + 1;
  6.  
  7. t := {
  8. "test" = 123,
  9. "a" = a,
  10. };
  11.  
  12. print "This is a string";
  13. print main;
  14.  
  15. if a == 100 do return a;
  16.  
  17. i := 0;
  18. for i < 10 {
  19. t.a = i;
  20. i += 1;
  21. print i;
  22. }
  23. }
  24. }
  25.  
  26. --- Output
  27.  
  28. op: 9, lhs.name: a, is_local: true, index: 1
  29. op: 72, lhs.name: i, is_local: true, index: 3
  30.  
  31.  
  32. func: main
  33. 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]
  34. f.arg_count: 1
  35. f.stack_size: 8
  36. constants(9):
  37. This is a string
  38. [function @ 0x1EF0BA2EB20]
  39. 1.000
  40. 2.000
  41. 3.000
  42. 4.000
  43. 5.000
  44. 6.000
  45. 7.000
  46. 8.000
  47. 9.000
  48. 10.000
  49. This is a string
  50. [function @ 0x1EF0BA2EB20]
  51. 1.000
  52. 2.000
  53. 3.000
  54. 4.000
  55. 5.000
  56. 6.000
  57. 7.000
  58. 8.000
  59. 9.000
  60. 10.000
  61. This is a string
  62. [function @ 0x1EF0BA2EB20]
  63. 1.000
  64. 2.000
  65. 3.000
  66. 4.000
  67. 5.000
  68. 6.000
  69. 7.000
  70. 8.000
  71. 9.000
  72. 10.000
  73. This is a string
  74. [function @ 0x1EF0BA2EB20]
  75. 1.000
  76. 2.000
  77. 3.000
  78. 4.000
  79. 5.000
  80. 6.000
  81. 7.000
  82. 8.000
  83. 9.000
  84. 10.000
  85. This is a string
  86. [function @ 0x1EF0BA2EB20]
  87. 1.000
  88. 2.000
  89. 3.000
  90. 4.000
  91. 5.000
  92. 6.000
  93. 7.000
  94. 8.000
  95. 9.000
  96. 10.000
  97. This is a string
  98. [function @ 0x1EF0BA2EB20]
  99. 1.000
  100. 2.000
  101. 3.000
  102. 4.000
  103. 5.000
  104. 6.000
  105. 7.000
  106. 8.000
  107. 9.000
  108. 10.000
  109. This is a string
  110. [function @ 0x1EF0BA2EB20]
  111. 1.000
  112. 2.000
  113. 3.000
  114. 4.000
  115. 5.000
  116. 6.000
  117. 7.000
  118. 8.000
  119. 9.000
  120. 10.000
  121. This is a string
  122. [function @ 0x1EF0BA2EB20]
  123. 1.000
  124. 2.000
  125. Starting to mark!
  126. Got grey list mutex!
  127. 3.000
  128. 4.000
  129. 5.000
  130. 6.000
  131. 7.000
  132. 8.000
  133. 9.000
  134. GC: Freed 87, Values: 21, Max: 100
  135. 10.000
  136. This is a string
  137. [function @ 0x1EF0BA2EB20]
  138. 1.000
  139. 2.000
  140. 3.000
  141. 4.000
  142. 5.000
  143. 6.000
  144. 7.000
  145. 8.000
  146. 9.000
  147. 10.000
  148. This is a string
  149. [function @ 0x1EF0BA2EB20]
  150. 1.000
  151. 2.000
  152. 3.000
  153. 4.000
  154. 5.000
  155. 6.000
  156. 7.000
  157. Starting to mark!
  158. Got grey list mutex!
  159. 8.000
  160. GC: Freed 24, Values: 19, Max: 42
  161. 9.000
  162. 10.000
  163. This is a string
  164. [function @ 0x1EF0BA2EB20]
  165. 1.000
  166. 2.000
  167. 3.000
  168. 4.000
  169. 5.000
  170. 6.000
  171. 7.000
  172. 8.000
  173. 9.000
  174. 10.000
  175. This is a string
  176. [function @ 0x1EF0BA2EB20]
  177. 1.000
  178. 2.000
  179. 3.000
  180. 4.000
  181. 5.000
  182. Starting to mark!
  183. Got grey list mutex!
  184. 6.000
  185. 7.000
  186. 8.000
  187. 9.000
  188. 10.000
  189. This is a string
  190. [function @ 0x1EF0BA2EB20]
  191. 1.000
  192. 2.000
  193. 3.000
  194. 4.000
  195. 5.000
  196. 6.000
  197. 7.000
  198. 8.000
  199. 9.000
  200. 10.000
  201. This is a string
  202. [function @ 0x1EF0BA2EB20]
  203. 1.000
  204. 2.000
  205. 3.000
  206. Starting to mark!
  207. GC: Freed 22, Values: 40, Max: 40
  208. Got grey list mutex!
  209. 4.000
  210. GC: Freed 4, Values: 37, Max: 82
  211. 5.000
  212. 6.000
  213. 7.000
  214. 8.000
  215. 9.000
  216. 10.000
  217. This is a string
  218. [function @ 0x1EF0BA2EB20]
  219. 1.000
  220. 2.000
  221. 3.000
  222. 4.000
  223. 5.000
  224. 6.000
  225. 7.000
  226. 8.000
  227. 9.000
  228. 10.000
  229. This is a string
  230. [function @ 0x1EF0BA2EB20]
  231. 1.000
  232. 2.000
  233. 3.000
  234. 4.000
  235. 5.000
  236. 6.000
  237. 7.000
  238. 8.000
  239. 9.000
  240. 10.000
  241. This is a string
  242. [function @ 0x1EF0BA2EB20]
  243. 1.000
  244. 2.000
  245. 3.000
  246. 4.000
  247. 5.000
  248. 6.000
  249. 7.000
  250. Starting to mark!
  251. Got grey list mutex!
  252. 8.000
  253. 9.000
  254. GC: Freed 37, Values: 41, Max: 76
  255. 10.000
  256. This is a string
  257. [function @ 0x1EF0BA2EB20]
  258. 1.000
  259. 2.000
  260. 3.000
  261. 4.000
  262. 5.000
  263. 6.000
  264. 7.000
  265. 8.000
  266. 9.000
  267. 10.000
  268. This is a string
  269. [function @ 0x1EF0BA2EB20]
  270. 1.000
  271. 2.000
  272. 3.000
  273. 4.000
  274. 5.000
  275. 6.000
  276. 7.000
  277. 8.000
  278. 9.000
  279. 10.000
  280. This is a string
  281. [function @ 0x1EF0BA2EB20]
  282. 1.000
  283. 2.000
  284. 3.000
  285. 4.000
  286. 5.000
  287. 6.000
  288. 7.000
  289. 8.000
  290. 9.000
  291. 10.000
  292. This is a string
  293. [function @ 0x1EF0BA2EB20]
  294. 1.000
  295. 2.000
  296. 3.000
  297. 4.000
  298. Starting to mark!
  299. Got grey list mutex!
  300. 5.000
  301. GC: Freed 45, Values: 41, Max: 84
  302. 6.000
  303. 7.000
  304. 8.000
  305. 9.000
  306. 10.000
  307. This is a string
  308. [function @ 0x1EF0BA2EB20]
  309. 1.000
  310. 2.000
  311. 3.000
  312. 4.000
  313. 5.000
  314. 6.000
  315. 7.000
  316. 8.000
  317. 9.000
  318. 10.000
  319. This is a string
  320. [function @ 0x1EF0BA2EB20]
  321. 1.000
  322. 2.000
  323. 3.000
  324. 4.000
  325. 5.000
  326. 6.000
  327. 7.000
  328. 8.000
  329. 9.000
  330. 10.000
  331. This is a string
  332. [function @ 0x1EF0BA2EB20]
  333. 1.000
  334. 2.000
  335. 3.000
  336. 4.000
  337. 5.000
  338. 6.000
  339. 7.000
  340. 8.000
  341. 9.000
  342. 10.000
  343. Starting to mark!
  344. Got grey list mutex!
  345. This is a string
  346. GC: Freed 41, Values: 42, Max: 82
  347. [function @ 0x1EF0BA2EB20]
  348. 1.000
  349. 2.000
  350. 3.000
  351. 4.000
  352. 5.000
  353. 6.000
  354. 7.000
  355. 8.000
  356. 9.000
  357. 10.000
  358. This is a string
  359. [function @ 0x1EF0BA2EB20]
  360. 1.000
  361. 2.000
  362. 3.000
  363. 4.000
  364. 5.000
  365. 6.000
  366. 7.000
  367. 8.000
  368. 9.000
  369. 10.000
  370. This is a string
  371. [function @ 0x1EF0BA2EB20]
  372. 1.000
  373. 2.000
  374. 3.000
  375. 4.000
  376. 5.000
  377. 6.000
  378. 7.000
  379. 8.000
  380. 9.000
  381. 10.000
  382. This is a string
  383. [function @ 0x1EF0BA2EB20]
  384. 1.000
  385. 2.000
  386. 3.000
  387. 4.000
  388. 5.000
  389. 6.000
  390. Starting to mark!
  391. Got grey list mutex!
  392. 7.000
  393. GC: Freed 45, Values: 41, Max: 84
  394. 8.000
  395. 9.000
  396. 10.000
  397. This is a string
  398. [function @ 0x1EF0BA2EB20]
  399. 1.000
  400. 2.000
  401. 3.000
  402. 4.000
  403. 5.000
  404. 6.000
  405. 7.000
  406. 8.000
  407. 9.000
  408. 10.000
  409. This is a string
  410. [function @ 0x1EF0BA2EB20]
  411. 1.000
  412. 2.000
  413. 3.000
  414. 4.000
  415. 5.000
  416. 6.000
  417. 7.000
  418. 8.000
  419. 9.000
  420. 10.000
  421. This is a string
  422. [function @ 0x1EF0BA2EB20]
  423. 1.000
  424. 2.000
  425. 3.000
  426. 4.000
  427. 5.000
  428. 6.000
  429. 7.000
  430. 8.000
  431. 9.000
  432. 10.000
  433. This is a string
  434. [function @ 0x1EF0BA2EB20]
  435. 1.000
  436. Starting to mark!
  437. Got grey list mutex!
  438. 2.000
  439. 3.000
  440. GC: Freed 43, Values: 41, Max: 82
  441. 4.000
  442. 5.000
  443. 6.000
  444. 7.000
  445. 8.000
  446. 9.000
  447. 10.000
  448. This is a string
  449. [function @ 0x1EF0BA2EB20]
  450. 1.000
  451. 2.000
  452. 3.000
  453. 4.000
  454. 5.000
  455. 6.000
  456. 7.000
  457. 8.000
  458. 9.000
  459. 10.000
  460. This is a string
  461. [function @ 0x1EF0BA2EB20]
  462. 1.000
  463. 2.000
  464. 3.000
  465. 4.000
  466. 5.000
  467. 6.000
  468. 7.000
  469. 8.000
  470. 9.000
  471. 10.000
  472. This is a string
  473. [function @ 0x1EF0BA2EB20]
  474. 1.000
  475. 2.000
  476. 3.000
  477. 4.000
  478. 5.000
  479. 6.000
  480. 7.000
  481. 8.000
  482. 9.000
  483. 10.000
  484. Starting to mark!
  485. Got grey list mutex!
  486. This is a string
  487. [function @ 0x1EF0BA2EB20]
  488. 1.000
  489. GC: Freed 44, Values: 43, Max: 84
  490. 2.000
  491. 3.000
  492. 4.000
  493. 5.000
  494. 6.000
  495. 7.000
  496. 8.000
  497. 9.000
  498. 10.000
  499. This is a string
  500. [function @ 0x1EF0BA2EB20]
  501. 1.000
  502. 2.000
  503. 3.000
  504. 4.000
  505. 5.000
  506. 6.000
  507. 7.000
  508. 8.000
  509. 9.000
  510. 10.000
  511. This is a string
  512. [function @ 0x1EF0BA2EB20]
  513. 1.000
  514. 2.000
  515. 3.000
  516. 4.000
  517. 5.000
  518. 6.000
  519. 7.000
  520. 8.000
  521. 9.000
  522. 10.000
  523. This is a string
  524. [function @ 0x1EF0BA2EB20]
  525. 1.000
  526. 2.000
  527. 3.000
  528. 4.000
  529. 5.000
  530. 6.000
  531. 7.000
  532. 8.000
  533. 9.000
  534. 10.000
  535. Starting to mark!
  536. Got grey list mutex!
  537. This is a string
  538. [function @ 0x1EF0BA2EB20]
  539. 1.000
  540. GC: Freed 46, Values: 45, Max: 88
  541. 2.000
  542. 3.000
  543. 4.000
  544. 5.000
  545. 6.000
  546. 7.000
  547. 8.000
  548. 9.000
  549. 10.000
  550. This is a string
  551. [function @ 0x1EF0BA2EB20]
  552. 1.000
  553. 2.000
  554. 3.000
  555. 4.000
  556. 5.000
  557. 6.000
  558. 7.000
  559. 8.000
  560. 9.000
  561. 10.000
  562. This is a string
  563. [function @ 0x1EF0BA2EB20]
  564. 1.000
  565. 2.000
  566. 3.000
  567. 4.000
  568. 5.000
  569. 6.000
  570. 7.000
  571. 8.000
  572. 9.000
  573. 10.000
  574. This is a string
  575. [function @ 0x1EF0BA2EB20]
  576. 1.000
  577. 2.000
  578. 3.000
  579. 4.000
  580. 5.000
  581. 6.000
  582. 7.000
  583. 8.000
  584. 9.000
  585. 10.000
  586. This is a string
  587. [function @ 0x1EF0BA2EB20]
  588. Starting to mark!
  589. Got grey list mutex!
  590. 1.000
  591. 2.000
  592. 3.000
  593. 4.000
  594. 5.000
  595. GC: Freed 50, Values: 46, Max: 92
  596. 6.000
  597. 7.000
  598. 8.000
  599. 9.000
  600. 10.000
  601. This is a string
  602. [function @ 0x1EF0BA2EB20]
  603. 1.000
  604. 2.000
  605. 3.000
  606. 4.000
  607. 5.000
  608. 6.000
  609. 7.000
  610. 8.000
  611. 9.000
  612. 10.000
  613. This is a string
  614. [function @ 0x1EF0BA2EB20]
  615. 1.000
  616. 2.000
  617. 3.000
  618. 4.000
  619. 5.000
  620. 6.000
  621. 7.000
  622. 8.000
  623. 9.000
  624. 10.000
  625. This is a string
  626. [function @ 0x1EF0BA2EB20]
  627. 1.000
  628. 2.000
  629. 3.000
  630. 4.000
  631. 5.000
  632. 6.000
  633. 7.000
  634. 8.000
  635. 9.000
  636. 10.000
  637. This is a string
  638. [function @ 0x1EF0BA2EB20]
  639. 1.000
  640. 2.000
  641. 3.000
  642. 4.000
  643. 5.000
  644. 6.000
  645. Starting to mark!
  646. Got grey list mutex!
  647. 7.000
  648. 8.000
  649. 9.000
  650. 10.000GC: Freed 51, Values: 49, Max: 96
  651.  
  652. This is a string
  653. [function @ 0x1EF0BA2EB20]
  654. 1.000
  655. 2.000
  656. 3.000
  657. 4.000
  658. 5.000
  659. 6.000
  660. 7.000
  661. 8.000
  662. 9.000
  663. 10.000
  664. This is a string
  665. [function @ 0x1EF0BA2EB20]
  666. 1.000
  667. 2.000
  668. 3.000
  669. 4.000
  670. 5.000
  671. 6.000
  672. 7.000
  673. 8.000
  674. 9.000
  675. 10.000
  676. This is a string
  677. [function @ 0x1EF0BA2EB20]
  678. 1.000
  679. 2.000
  680. 3.000
  681. 4.000
  682. 5.000
  683. 6.000
  684. 7.000
  685. 8.000
  686. 9.000
  687. 10.000
  688. This is a string
  689. [function @ 0x1EF0BA2EB20]
  690. 1.000
  691. 2.000
  692. 3.000
  693. 4.000
  694. 5.000
  695. 6.000
  696. 7.000
  697. 8.000
  698. 9.000
  699. 10.000
  700. Starting to mark!
  701. Got grey list mutex!
  702. This is a string
  703. [function @ 0x1EF0BA2EB20]
  704. 1.000
  705. 2.000
  706. GC: Freed 49, Values: 52, Max: 98
  707. 3.000
  708. 4.000
  709. 5.000
  710. 6.000
  711. 7.000
  712. 8.000
  713. 9.000
  714. 10.000
  715. This is a string
  716. [function @ 0x1EF0BA2EB20]
  717. 1.000
  718. 2.000
  719. 3.000
  720. 4.000
  721. 5.000
  722. 6.000
  723. 7.000
  724. 8.000
  725. 9.000
  726. 10.000
  727. This is a string
  728. [function @ 0x1EF0BA2EB20]
  729. 1.000
  730. 2.000
  731. 3.000
  732. 4.000
  733. 5.000
  734. 6.000
  735. 7.000
  736. 8.000
  737. 9.000
  738. 10.000
  739. This is a string
  740. [function @ 0x1EF0BA2EB20]
  741. 1.000
  742. 2.000
  743. 3.000
  744. 4.000
  745. 5.000
  746. 6.000
  747. 7.000
  748. 8.000
  749. 9.000
  750. 10.000
  751. This is a string
  752. [function @ 0x1EF0BA2EB20]
  753. 1.000
  754. 2.000
  755. 3.000
  756. 4.000
  757. 5.000
  758. 6.000
  759. 7.000
  760. 8.000
  761. Starting to mark!
  762. Got grey list mutex!
  763. 9.000
  764. 10.000
  765. GC: Freed 58, Values: 51, Max: 106
  766. This is a string
  767. [function @ 0x1EF0BA2EB20]
  768. 1.000
  769. 2.000
  770. 3.000
  771. 4.000
  772. 5.000
  773. 6.000
  774. 7.000
  775. 8.000
  776. 9.000
  777. 10.000
  778. This is a string
  779. [function @ 0x1EF0BA2EB20]
  780. 1.000
  781. 2.000
  782. 3.000
  783. 4.000
  784. 5.000
  785. 6.000
  786. 7.000
  787. 8.000
  788. 9.000
  789. 10.000
  790. This is a string
  791. [function @ 0x1EF0BA2EB20]
  792. 1.000
  793. 2.000
  794. 3.000
  795. 4.000
  796. 5.000
  797. 6.000
  798. 7.000
  799. 8.000
  800. 9.000
  801. 10.000
  802. This is a string
  803. [function @ 0x1EF0BA2EB20]
  804. 1.000
  805. 2.000
  806. 3.000
  807. 4.000
  808. 5.000
  809. 6.000
  810. 7.000
  811. 8.000
  812. 9.000
  813. 10.000
  814. This is a string
  815. [function @ 0x1EF0BA2EB20]
  816. 1.000
  817. 2.000
  818. 3.000
  819. 4.000
  820. Starting to mark!
  821. Got grey list mutex!
  822. 5.000
  823. 6.000
  824. 7.000
  825. GC: Freed 55, Values: 52, Max: 104
  826. 8.000
  827. 9.000
  828. 10.000
  829. This is a string
  830. [function @ 0x1EF0BA2EB20]
  831. 1.000
  832. 2.000
  833. 3.000
  834. 4.000
  835. 5.000
  836. 6.000
  837. 7.000
  838. 8.000
  839. 9.000
  840. 10.000
  841. This is a string
  842. [function @ 0x1EF0BA2EB20]
  843. 1.000
  844. 2.000
  845. 3.000
  846. 4.000
  847. 5.000
  848. 6.000
  849. 7.000
  850. 8.000
  851. 9.000
  852. 10.000
  853. This is a string
  854. [function @ 0x1EF0BA2EB20]
  855. 1.000
  856. 2.000
  857. 3.000
  858. 4.000
  859. 5.000
  860. 6.000
  861. 7.000
  862. 8.000
  863. 9.000
  864. 10.000
  865. This is a string
  866. [function @ 0x1EF0BA2EB20]
  867. 1.000
  868. 2.000
  869. 3.000
  870. 4.000
  871. 5.000
  872. 6.000
  873. 7.000
  874. 8.000
  875. 9.000
  876. 10.000
  877. This is a string
  878. [function @ 0x1EF0BA2EB20]
  879. 1.000
  880. Starting to mark!
  881. Got grey list mutex!
  882. 2.000
  883. 3.000
  884. 4.000
  885. 5.000
  886. GC: Freed 55, Values: 55, Max: 106
  887. 6.000
  888. 7.000
  889. 8.000
  890. 9.000
  891. 10.000
  892. This is a string
  893. [function @ 0x1EF0BA2EB20]
  894. 1.000
  895. 2.000
  896. 3.000
  897. 4.000
  898. 5.000
  899. 6.000
  900. 7.000
  901. 8.000
  902. 9.000
  903. 10.000
  904. This is a string
  905. [function @ 0x1EF0BA2EB20]
  906. 1.000
  907. 2.000
  908. 3.000
  909. 4.000
  910. 5.000
  911. 6.000
  912. 7.000
  913. 8.000
  914. 9.000
  915. 10.000
  916. This is a string
  917. [function @ 0x1EF0BA2EB20]
  918. 1.000
  919. 2.000
  920. 3.000
  921. 4.000
  922. 5.000
  923. 6.000
  924. 7.000
  925. 8.000
  926. 9.000
  927. 10.000
  928. This is a string
  929. [function @ 0x1EF0BA2EB20]
  930. 1.000
  931. 2.000
  932. 3.000
  933. 4.000
  934. 5.000
  935. 6.000
  936. 7.000
  937. 8.000
  938. 9.000
  939. 10.000
  940. This is a string
  941. [function @ 0x1EF0BA2EB20]
  942. 1.000
  943. 2.000
  944. Starting to mark!
  945. Got grey list mutex!
  946. 3.000
  947. 4.000
  948. 5.000
  949. 6.000
  950. GC: Freed 59, Values: 57, Max: 112
  951. 7.000
  952. 8.000
  953. 9.000
  954. 10.000
  955. This is a string
  956. [function @ 0x1EF0BA2EB20]
  957. 1.000
  958. 2.000
  959. 3.000
  960. 4.000
  961. 5.000
  962. 6.000
  963. 7.000
  964. 8.000
  965. 9.000
  966. 10.000
  967. This is a string
  968. [function @ 0x1EF0BA2EB20]
  969. 1.000
  970. 2.000
  971. 3.000
  972. 4.000
  973. 5.000
  974. 6.000
  975. 7.000
  976. 8.000
  977. 9.000
  978. 10.000
  979. This is a string
  980. [function @ 0x1EF0BA2EB20]
  981. 1.000
  982. 2.000
  983. 3.000
  984. 4.000
  985. 5.000
  986. 6.000
  987. 7.000
  988. 8.000
  989. 9.000
  990. 10.000
  991. This is a string
  992. [function @ 0x1EF0BA2EB20]
  993. 1.000
  994. 2.000
  995. 3.000
  996. 4.000
  997. 5.000
  998. 6.000
  999. 7.000
  1000. 8.000
  1001. 9.000
  1002. 10.000
  1003. This is a string
  1004. [function @ 0x1EF0BA2EB20]
  1005. 1.000
  1006. 2.000
  1007. 3.000
  1008. 4.000
  1009. 5.000
  1010. Starting to mark!
  1011. Got grey list mutex!
  1012. 6.000
  1013. 7.000
  1014. 8.000
  1015. 9.000GC: Freed 61, Values: 59, Max: 116
  1016.  
  1017. 10.000
  1018. This is a string
  1019. [function @ 0x1EF0BA2EB20]
  1020. 1.000
  1021. 2.000
  1022. 3.000
  1023. 4.000
  1024. 5.000
  1025. 6.000
  1026. 7.000
  1027. 8.000
  1028. 9.000
  1029. 10.000
  1030. This is a string
  1031. [function @ 0x1EF0BA2EB20]
  1032. 1.000
  1033. 2.000
  1034. 3.000
  1035. 4.000
  1036. 5.000
  1037. 6.000
  1038. 7.000
  1039. 8.000
  1040. 9.000
  1041. 10.000
  1042. This is a string
  1043. [function @ 0x1EF0BA2EB20]
  1044. 1.000
  1045. 2.000
  1046. 3.000
  1047. 4.000
  1048. 5.000
  1049. 6.000
  1050. 7.000
  1051. 8.000
  1052. 9.000
  1053. 10.000
  1054. This is a string
  1055. [function @ 0x1EF0BA2EB20]
  1056. 1.000
  1057. 2.000
  1058. 3.000
  1059. 4.000
  1060. 5.000
  1061. 6.000
  1062. 7.000
  1063. 8.000
  1064. 9.000
  1065. 10.000
  1066. This is a string
  1067. [function @ 0x1EF0BA2EB20]
  1068. 1.000
  1069. 2.000
  1070. 3.000
  1071. 4.000
  1072. 5.000
  1073. 6.000
  1074. 7.000
  1075. 8.000
  1076. Starting to mark!
  1077. Got grey list mutex!
  1078. 9.000
  1079. 10.000
  1080. This is a string
  1081. [function @ 0x1EF0BA2EB20]
  1082. GC: Freed 61, Values: 61, Max: 118
  1083. 1.000
  1084. 2.000
  1085. 3.000
  1086. 4.000
  1087. 5.000
  1088. 6.000
  1089. 7.000
  1090. 8.000
  1091. 9.000
  1092. 10.000
  1093. This is a string
  1094. [function @ 0x1EF0BA2EB20]
  1095. 1.000
  1096. 2.000
  1097. 3.000
  1098. 4.000
  1099. 5.000
  1100. 6.000
  1101. 7.000
  1102. 8.000
  1103. 9.000
  1104. 10.000
  1105. This is a string
  1106. [function @ 0x1EF0BA2EB20]
  1107. 1.000
  1108. 2.000
  1109. 3.000
  1110. 4.000
  1111. 5.000
  1112. 6.000
  1113. 7.000
  1114. 8.000
  1115. 9.000
  1116. 10.000
  1117. This is a string
  1118. [function @ 0x1EF0BA2EB20]
  1119. 1.000
  1120. 2.000
  1121. 3.000
  1122. 4.000
  1123. 5.000
  1124. 6.000
  1125. 7.000
  1126. 8.000
  1127. 9.000
  1128. 10.000
  1129. This is a string
  1130. [function @ 0x1EF0BA2EB20]
  1131. 1.000
  1132. 2.000
  1133. 3.000
  1134. 4.000
  1135. 5.000
  1136. 6.000
  1137. 7.000
  1138. 8.000
  1139. 9.000
  1140. 10.000
  1141. This is a string
  1142. [function @ 0x1EF0BA2EB20]
  1143. 1.000
  1144. 2.000
  1145. 3.000
  1146. Starting to mark!
  1147. Got grey list mutex!
  1148. 4.000
  1149. 5.000
  1150. 6.000
  1151. 7.000
  1152. GC: Freed 64, Values: 64, Max: 124
  1153. 8.000
  1154. 9.000
  1155. 10.000
  1156. This is a string
  1157. [function @ 0x1EF0BA2EB20]
  1158. 1.000
  1159. 2.000
  1160. 3.000
  1161. 4.000
  1162. 5.000
  1163. 6.000
  1164. 7.000
  1165. 8.000
  1166. 9.000
  1167. 10.000
  1168. This is a string
  1169. [function @ 0x1EF0BA2EB20]
  1170. 1.000
  1171. 2.000
  1172. 3.000
  1173. 4.000
  1174. 5.000
  1175. 6.000
  1176. 7.000
  1177. 8.000
  1178. 9.000
  1179. 10.000
  1180. This is a string
  1181. [function @ 0x1EF0BA2EB20]
  1182. 1.000
  1183. 2.000
  1184. 3.000
  1185. 4.000
  1186. 5.000
  1187. 6.000
  1188. 7.000
  1189. 8.000
  1190. 9.000
  1191. 10.000
  1192. This is a string
  1193. [function @ 0x1EF0BA2EB20]
  1194. 1.000
  1195. 2.000
  1196. 3.000
  1197. 4.000
  1198. 5.000
  1199. 6.000
  1200. 7.000
  1201. 8.000
  1202. 9.000
  1203. 10.000
  1204. This is a string
  1205. [function @ 0x1EF0BA2EB20]
  1206. 1.000
  1207. 2.000
  1208. 3.000
  1209. 4.000
  1210. 5.000
  1211. 6.000
  1212. 7.000
  1213. 8.000
  1214. 9.000
  1215. 10.000
  1216. This is a string
  1217. [function @ 0x1EF0BA2EB20]
  1218. 1.000
  1219. Starting to mark!
  1220. Got grey list mutex!
  1221. 2.000
  1222. 3.000
  1223. GC: Freed 68, Values: 64, Max: 130
  1224. 4.000
  1225. 5.000
  1226. 6.000
  1227. 7.000
  1228. 8.000
  1229. 9.000
  1230. 10.000
  1231. This is a string
  1232. [function @ 0x1EF0BA2EB20]
  1233. 1.000
  1234. 2.000
  1235. 3.000
  1236. 4.000
  1237. 5.000
  1238. 6.000
  1239. 7.000
  1240. 8.000
  1241. 9.000
  1242. 10.000
  1243. This is a string
  1244. [function @ 0x1EF0BA2EB20]
  1245. 1.000
  1246. 2.000
  1247. 3.000
  1248. 4.000
  1249. 5.000
  1250. 6.000
  1251. 7.000
  1252. 8.000
  1253. 9.000
  1254. 10.000
  1255. This is a string
  1256. [function @ 0x1EF0BA2EB20]
  1257. 1.000
  1258. 2.000
  1259. 3.000
  1260. 4.000
  1261. 5.000
  1262. 6.000
  1263. 7.000
  1264. 8.000
  1265. 9.000
  1266. 10.000
  1267. This is a string
  1268. [function @ 0x1EF0BA2EB20]
  1269. 1.000
  1270. 2.000
  1271. 3.000
  1272. 4.000
  1273. 5.000
  1274. 6.000
  1275. 7.000
  1276. 8.000
  1277. 9.000
  1278. 10.000
  1279. This is a string
  1280. [function @ 0x1EF0BA2EB20]
  1281. 1.000
  1282. 2.000
  1283. 3.000
  1284. 4.000
  1285. 5.000
  1286. 6.000
  1287. 7.000
  1288. 8.000
  1289. 9.000
  1290. Starting to mark!
  1291. Got grey list mutex!
  1292. 10.000
  1293. This is a string
  1294. [function @ 0x1EF0BA2EB20]
  1295.  
  1296.  
  1297. RETURN:
  1298. GC: Freed 68, Values: 65, Max: 130
  1299. Number: 100.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement