How are interpreted languages segmented into code section of interpreter / VM?

48 Views Asked by At

Every program needs to have a Code Section segment. Is this code segment read only? If so, how are dynamic changes implemented, such as the use of a dynamic library? Also, how is the interpreter making changes to the read only code section? If it's not read only, which it should be, how is it present in the L1-I cache, which itself is read only?

0

There are 0 best solutions below