Register Allocation Skill Overview Expert skill for register allocation algorithms including graph coloring, linear scan, and spill code generation. Capabilities - Implement graph coloring register allocation - Implement linear scan register allocation - Generate spill code with minimal overhead - Handle calling convention register constraints - Implement register coalescing - Handle pre-colored nodes and fixed registers - Implement live range splitting - Design register pressure analysis Target Processes - jit-compiler-development.js - code-generation-llvm.js - bytecode-vm-implementation.js…