Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
afd91a0b
Commit
afd91a0b
authored
28 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
new file
Rev: doc/internal/object/object:1.1
parent
0c2a7fc4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/internal/object/object
+13
-0
13 additions, 0 deletions
doc/internal/object/object
with
13 additions
and
0 deletions
doc/internal/object/object
0 → 100644
+
13
−
0
View file @
afd91a0b
NAME
object - internal representation of an object
DESCRIPTION
Pike uses a 'struct object' with all the global variables
allocated in the same block to represent the Pike type 'object'.
An object without any global variables is only the size of 4 C
pointers. (usually 16 bytes) The only important members of the
'struct object' are the ref counts and the pointer to the
program from which the object was cloned.
KEYWORDS
internals
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment