Viewing profile — Amanieu
Amanieu
HN member- Joined
- Thu, Mar 07, 2013, 9:26 PM UTC
- HN karma
- 100
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About Amanieu
No profile information was provided.
Recent public activity
-
comment
Comment #38044043
The "proper" solution would be for apps to support 64-bit, at which point they can just run natively on the device. The whole reason Tango is required is that there is still a larg…
-
comment
Comment #38043985
When ARM released AArch64, it was a completely new instruction set rather than an extension of the existing 32-bit ISA (like x86-64). AArch64 is a much better designed ISA than AAr…
-
comment
Comment #38043338
The first commit in what would eventually become Tango was all the way back in 2014, so this project has been in development for a long time. As such there have been many technical…
- comment
-
comment
Comment #38042661
Hello HN! I'm the main developer behind the Tango binary translator. I'm happy to answer any questions you may have about the technology.
-
comment
Comment #12067350
I wrote an implementation of sequential locks in Rust [1]. It is extensively commented, which makes it a good way to learn how the algorithm works. [1] https://github.com/Amanieu/s…
-
comment
Comment #12066274
The main downside of seqlocks is that you usually can't have pointers in them. Since the basic scheme is read, do stuff, check if sequence counter changed, you need to make sure th…
-
comment
Comment #9675984
That is a risk, which is why you need to block all signals using the sigprocmask syscall before unmapping your stack.
- story