A Hugo incarnation of the blog. https://danilafe.com
Go to file
Danila Fedorin cf6f353f20 Change tagging to assume sign extension.
ARM and x86_64 require "real" pointers to be
sign-extended in their top bits. This means
a working pointer is guaranteed to have either "11"
as leading bits, or "00". So, to tag a "fake" pointer
which is an unboxed 32-bit integer, we simply toggle
the leading bit.
2020-09-17 18:30:55 -07:00
archetypes Generate initial site 2019-08-02 17:13:41 -07:00
assets/scss Allow stack cells to be bigger 2020-03-08 00:38:19 -08:00
code Change tagging to assume sign extension. 2020-09-17 18:30:55 -07:00
content Refactor errors and update post draft. 2020-09-11 21:29:49 -07:00
layouts/shortcodes Stop using images and use HTML/CSS to render stacks 2020-03-08 00:20:30 -08:00
static Update resume. 2020-09-02 13:47:55 -07:00
themes/vanilla Fix invalid property for flexbox. 2020-08-29 00:08:16 -07:00
.drone.yml Try to fix compiler build failure 2020-04-26 21:05:28 -07:00
.gitignore Add gitignore file 2019-12-04 14:35:23 -08:00
config.toml Start working on improving color handling in code. 2020-08-11 19:29:55 -07:00