Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. === tjc a100000.c --print-mem --print-time ===
  2. Arena sizes: used committed reserved
  3. source 12.8MiB 12.8MiB 1.00GiB
  4. files 56.0B 64.0KiB 1.00GiB
  5. tokens 4.20MiB 4.25MiB 1.00GiB
  6. token loc 67.1MiB 67.2MiB 1.00GiB
  7. AST 104MiB 104MiB 16.0GiB
  8. arrays 17.8MiB 18.4MiB 52.0GiB
  9. IR instr header 27.5MiB 27.5MiB 8.00GiB
  10. IR instr payload17.9MiB 17.9MiB 8.00GiB
  11. IR next ptr 13.7MiB 13.8MiB 8.00GiB
  12. IR prev ptr 13.7MiB 13.8MiB 8.00GiB
  13. IR virt regs 13.7MiB 13.8MiB 8.00GiB
  14. IR phi 13.7MiB 13.8MiB 8.00GiB
  15. IR basic blocks 89.3MiB 89.3MiB 8.00GiB
  16. IR arrays 22.9MiB 22.9MiB 8.00GiB
  17. IR total 212MiB 213MiB 64.0GiB
  18. temp 13.7MiB 13.8MiB 8.00GiB
  19. types 9.16MiB 9.19MiB 1.00GiB
  20. static RW data 0.00B 0.00B 1.00GiB
  21. static RO data 0.00B 0.00B 1.00GiB
  22. globals 0.00B 0.00B 1.00GiB
  23. constants 0.00B 0.00B 1.00GiB
  24. aggregates 0.00B 0.00B 4.00GiB
  25. imports 20.0B 64.0KiB 1.00GiB
  26. symbols 6.49MiB 6.50MiB 1.00GiB
  27. machine code 7.25MiB 7.25MiB 1.00GiB
  28. binary 7.25MiB 7.25MiB 1.00GiB
  29. Total 462MiB 463MiB 157GiB
  30. Iterations 1 time
  31. Total 1.1s
  32. Read source 5.4ms
  33. Lex 57.9ms
  34. Parse 112ms
  35. Semantic insert 42.3ms
  36. Semantic lookup 49.9ms
  37. Semantic types 72.0ms
  38. IR gen 163ms
  39. Optimize 37.0ms
  40. IR to LIR AMD64 96.6ms
  41. Live intervals 116ms
  42. Linear scan 209ms
  43. Stack layout 6.5ms
  44. Code gen 71.2ms
  45. Link executable 4.1ms
  46. Write executable 3.1ms
  47. Finished in 1.11s, init 208us, release 28.8ms
  48.  
  49. Execution time: 1.159 s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement