Images 💾

Last commit ⭐

commit 38f3b78a1d8815fe4f79837f0cf070af49fa10bd
Author:     Idan Horowitz <idan.horowitz@gmail.com>
AuthorDate: Sun Oct 29 15:29:42 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Thu Nov 2 22:35:35 2023 +0100

    LibJS: Store the bytecode accumulator in a dedicated physical register
    
    We now use a dedicated physical register to store the bytecode
    accumulator, instead of loading and storing it to the memory everytime.