Live data from Hacker News

Viewing profile — Amanieu

Amanieu

HN member
Joined
Thu, Mar 07, 2013, 9:26 PM UTC
HN karma
100
Public activity
9 items

About Amanieu

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
  5. 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.

  6. 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…

  7. 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…

  8. comment
    Comment #9675984

    That is a risk, which is why you need to block all signals using the sigprocmask syscall before unmapping your stack.

  9. story