HEAP Resource (SCI): Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
m 2 revisions imported
Andrew Branscom (talk | contribs)
No edit summary
Line 41: Line 41:
[[Category:SCI Documentation]]
[[Category:SCI Documentation]]
[[Category:Technical Info]]
[[Category:Technical Info]]
[[Category:SCI Technical Info]]
[[Category:Engine Specifications]]
[[Category:Engine Specifications]]
[[Category:SCI Engine Specifications]]
[[Category:Resources]]
[[Category:Resources]]
[[Category:SCI Resources]]
[[Category:SCI Resources]]
[[Category:LSCI Resources]]
[[Category:LSCI Resources]]
[[Category:Logic Pages]]
[[Category:Script Resource Pages]]
[[Category:SCI Script Resource Pages]]
[[Category:SCI Script Resource Pages]]
[[Category:HEAP Resource Pages]]
[[Category:HEAP Resource Pages]]
[[Category:SCI HEAP Resource Pages]]
[[Category:SCI HEAP Resource Pages]]

Revision as of 17:21, 1 May 2025


The SCI HEAP Resource

 

 



Description

In SCI01 when heap space started running out in (Quest for Glory 2) changes were made to both the script library and the interpreter to split scripts into two parts when loaded: A dynamic part, which resides in the heap as before, and a static part, which is stored externally to conserve heap space to compensate. By SCI1.1 the script resources were made into two separate resources.


Format/Specifications


Versions

HEP


References



Also See