PreviousUpNext

13.5.22  linking_mapstack

The standard library linking_mapstack package implements one of the three mapstacks making up core compiler state, the other two being the inlining_mapstack and symbolmapstack.

The linking_mapstack package implements the Linking_Mapstack API.

The linking_mapstack package source code is in src/lib/compiler/execution/linking-mapstack/linking-mapstack.pkg.

See also: inlining_data.

See also: compiler_mapstack_set.

See also: symbolmapstack.

See also: inlining_mapstack.

The above information is manually maintained and may contain errors.

Linking_Mapstack

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext