HEAP Resource (SCI): Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
m 2 revisions imported |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{TechStub}} | |||
{{TechToDo}} | {{TechToDo}} | ||
[[Category:SCI Pages]] | |||
[[Category:Temp SCI Pages]] | |||
[[Category:SCI Pages to be Edited]] | |||
<div align="center" style="font-size: 22pt"> | <div align="center"><span style="font-size: 22pt">The SCI HEAP Resource</span></div> | ||
{{ResourceInfobox | |||
| ResourceName = SCI HEAP Resource | |||
| InUseDates = [[1991]] - [[1996]] | |||
| Developer = {{SierraRes}} | |||
| Type = {{HEAPRes}} | |||
| DevLanguage = {{C}} | |||
| OpenSource = {{ClosedRes}} | |||
| Source = {{NoSourceRes}} | |||
| License = {{NoLicense}} | |||
| Engine = {{SCIRes}} | |||
}} | |||
<br /> | |||
==<br /> Description == | ==<br /> Description == | ||
Line 41: | Line 56: | ||
[[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: | [[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]] |
Latest revision as of 19:20, 1 May 2025
![]() |
This article is a technical stub page. You can help the Sierra Wiki by expanding it. |
The SCI HEAP Resource
Dates Used: | 1991 - 1996 |
---|---|
Developer(s): | Sierra |
Type: | HEAP Resource |
Dev Language: | C |
Open Source: | Closed |
Source Availability: | No |
License: | None |
Engine: | SCI |
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