Viewing profile — aclements
aclements
HN member- Joined
- Mon, Mar 06, 2017, 6:22 PM UTC
- HN karma
- 30
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About aclements
No profile information was provided.
Recent public activity
-
comment
Comment #45773273
Thanks for this question! We added a couple sentences to the blog post to explain what a page is. In general, a page is a region of memory that has a large-ish fixed power-of-two s…
-
comment
Comment #45773221
I'm a long-time fan of matcha and wrote the initial prototype that demonstrated Green Tea was viable while cafe crawling in Yokohama and drinking lots of matcha. "Matcha" didn't se…
-
comment
Comment #13806038
"So it records the calling convention, architecture flags, alignment, and other ABI pieces etc?" No. At the moment it records the AST in the object file, because the inliner works …
-
comment
Comment #13804853
Go already performs cross-package inlining, so it can already inline library calls. (This is relatively easy to do in Go compared to other languages because packages must form a DA…
-
comment
Comment #13804813
We plan to expose all of the inlining information in the DWARF tables so debuggers won't have any problems with this. Internally, the runtime uses a different representation just s…