Tags: Programming Language.
In computer science and specifically in compiler and assembler design a literal pool is a lookup table used to hold literals during assembly and execution.Multiple (local) literal pools are typically used only for computer architectures that lack branch instructions for long jumps or have a set of instructions optimized for shorter jumps.