chiark / gitweb /
src/method-{proto,impl}.lisp: Abolish `sod-message-no-varargs-tail'.
[sod] / doc / layout.tex
1 %%% -*-latex-*-
2 %%%
3 %%% Class layout and method combination protocols
4 %%%
5 %%% (c) 2015 Straylight/Edgeware
6 %%%
7
8 %%%----- Licensing notice ---------------------------------------------------
9 %%%
10 %%% This file is part of the Sensible Object Design, an object system for C.
11 %%%
12 %%% SOD is free software; you can redistribute it and/or modify
13 %%% it under the terms of the GNU General Public License as published by
14 %%% the Free Software Foundation; either version 2 of the License, or
15 %%% (at your option) any later version.
16 %%%
17 %%% SOD is distributed in the hope that it will be useful,
18 %%% but WITHOUT ANY WARRANTY; without even the implied warranty of
19 %%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 %%% GNU General Public License for more details.
21 %%%
22 %%% You should have received a copy of the GNU General Public License
23 %%% along with SOD; if not, write to the Free Software Foundation,
24 %%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25
26 \chapter{Class layout and method combination}
27
28 %%%--------------------------------------------------------------------------
29 \section{Class layout protocol} \label{sec:layout.instance}
30
31 \begin{describe}{fun}{islots-struct-tag @<class> @> @<string>}
32 \end{describe}
33
34 \begin{describe}{fun}{ichain-struct-tag @<class> @<chain-head> @> @<string>}
35 \end{describe}
36
37 \begin{describe}{fun}{ichain-union-tag @<class> @<chain-head> @> @<string>}
38 \end{describe}
39
40 \begin{describe}{fun}{ilayout-struct-tag @<class> @> @<string>}
41 \end{describe}
42
43 \begin{describe}{fun}{vtmsgs-struct-tag @<class> @<super> @> @<string>}
44 \end{describe}
45
46 \begin{describe}{fun}{vtable-union-tag @<class> @<chain-head> @> @<string>}
47 \end{describe}
48
49 \begin{describe}{fun}{vtable-struct-tag @<class> @<chain-head> @> @<string>}
50 \end{describe}
51
52 \begin{describe}{fun}{vtable-name @<class> @<chain-head> @> @<string>}
53 \end{describe}
54
55 \begin{describe}{fun}{message-macro-name @<class> @<entry> @> @<string>}
56 \end{describe}
57
58 \begin{describe}{cls}{effective-slot () \&key :class :slot :initializer}
59 \end{describe}
60
61 \begin{describe*}
62     {\dhead{gf}{effective-slot-class @<slot> @> @<class>}
63      \dhead{gf}{effective-slot-direct-slot @<slot> @> @<direct-slot>}
64      \dhead{gf}{effective-slot-initializer @<slot> @> @<init-or-nil>}}
65 \end{describe*}
66
67 \begin{describe}{gf}
68     {find-slot-initializer @<class> @<slot> @> @<init-or-nil>}
69 \end{describe}
70
71 \begin{describe}{gf}
72     {compute-effective-slot @<class> @<slot> @> @<effective-slot>}
73 \end{describe}
74
75 \begin{describe}{cls}
76     {sod-class-effective-slot (effective-slot) \\ \ind
77       \&key :class :slot :initializer-function :prepare-function}
78 \end{describe}
79
80 \begin{describe*}
81     {\dhead{gf}{effective-slot-initializer-function @<slot> @> @<function>}
82      \dhead{gf}{effective-slot-prepare-function @<slot> @> @<function>}}
83 \end{describe*}
84
85 \begin{describe}{cls}{islots () \&key :class :subclass :slots}
86 \end{describe}
87
88 \begin{describe*}
89     {\dhead{gf}{islots-class @<islots> @> @<class>}
90      \dhead{gf}{islots-subclass @<islots> @> @<class>}
91      \dhead{gf}{islots-slots @<islots> @> @<list>}}
92 \end{describe*}
93
94 \begin{describe}{gf}{compute-islots @<class> @<subclass> @> @<islots>}
95 \end{describe}
96
97 \begin{describe}{gf}{vtable-pointer () \&key :class :chain-head :chain-tail}
98 \end{describe}
99
100 \begin{describe*}
101     {\dhead{gf}{vtable-pointer-class @<vtable-pointer> @> @<class>}
102      \dhead{gf}{vtable-pointer-chain-head @<vtable-pointer> @> @<class>}
103      \dhead{gf}{vtable-pointer-chain-tail @<vtable-pointer> @> @<class>}}
104 \end{describe*}
105
106 \begin{describe}{gf}{ichain () \&key :class :chain-head :chain-tail :body}
107 \end{describe}
108
109 \begin{describe*}
110     {\dhead{gf}{ichain-class @<ichain> @> @<class>}
111      \dhead{gf}{ichain-chain-head @<ichain> @> @<class>}
112      \dhead{gf}{ichain-chain-tail @<ichain> @> @<class>}
113      \dhead{gf}{ichain-body @<ichain> @> @<list>}}
114 \end{describe*}
115
116 \begin{describe}{gf}{compute-ichain @<class> @<chain> @> @<ichain>}
117 \end{describe}
118
119 \begin{describe}{gf}{ilayout () \&key :class :ichains}
120 \end{describe}
121
122 \begin{describe*}
123     {\dhead{gf}{ilayout-class @<ilayout> @> @<class>}
124      \dhead{gf}{ilayout-ichains @<ilayout> @> @<list>}}
125 \end{describe*}
126
127 \begin{describe}{gf}{sod-class-ilayout <class> @> @<ilayout>}
128 \end{describe}
129
130 \begin{describe}{gf}{compute-ilayout @<class> @> @<ilayout>}
131 \end{describe}
132
133 \begin{describe}{cls}
134     {vtmsgs () \&key :class :subclass :chain-head :chain-tail :entries}
135 \end{describe}
136
137 \begin{describe*}
138     {\dhead{gf}{vtmsgs-class @<vtmsgs> @> @<class>}
139      \dhead{gf}{vtmsgs-subclass @<vtmsgs> @> @<class>}
140      \dhead{gf}{vtmsgs-chain-head @<vtmsgs> @> @<class>}
141      \dhead{gf}{vtmsgs-chain-tail @<vtmsgs> @> @<class>}
142      \dhead{gf}{vtmsgs-entries @<vtmsgs> @> @<list>}}
143 \end{describe*}
144
145 \begin{describe}{cls}
146     {class-pointer () \&key :class :chain-head :metaclass :meta-chain-head}
147 \end{describe}
148
149 \begin{describe*}
150     {\dhead{gf}{class-pointer-class @<class-pointer> @> @<class>}
151      \dhead{gf}{class-pointer-chain-head @<class-pointer> @> @<class>}
152      \dhead{gf}{class-pointer-metaclass @<class-pointer> @> @<class>}
153      \dhead{gf}{class-pointer-meta-chain-head @<class-pointer> @> @<class>}}
154 \end{describe*}
155
156 \begin{describe}{fun}
157     {make-class-pointer @<class> @<chain-head>
158                         @<metaclass> @<meta-chain-head>
159       @> @<class-pointer>}
160 \end{describe}
161
162 \begin{describe}{cls}{base-offset () \&key :class :chain-head}
163 \end{describe}
164
165 \begin{describe*}
166     {\dhead{gf}{base-offset-class @<base-offset> @> @<class>}
167      \dhead{gf}{base-offset-chain-head @<base-offset> @> @<class>}}
168 \end{describe*}
169
170 \begin{describe}{fun}
171     {make-base-offset @<class> @<chain-head> @> @<base-offset>}
172 \end{describe}
173
174 \begin{describe}{cls}{chain-offset () \&key :class :chain-head :target-head}
175 \end{describe}
176
177 \begin{describe*}
178     {\dhead{gf}{chain-offset-class @<chain-offset> @> @<class>}
179      \dhead{gf}{chain-offset-chain-head @<chain-offset> @> @<class>}
180      \dhead{gf}{chain-offset-target-head @<chain-offset> @> @<class>}}
181 \end{describe*}
182
183 \begin{describe}{fun}
184     {make-chain-offset @<class> @<chain-head> @<target-head>
185       @> @<chain-offset>}
186 \end{describe}
187
188 \begin{describe}{gf}{vtable () \&key :class :chain-head :chain-tail :body}
189 \end{describe}
190
191 \begin{describe*}
192     {\dhead{gf}{vtable-class @<vtable> @> @<class>}
193      \dhead{gf}{vtable-chain-head @<vtable> @> @<class>}
194      \dhead{gf}{vtable-chain-tail @<vtable> @> @<class>}
195      \dhead{gf}{vtable-body @<vtable> @> @<list>}}
196 \end{describe*}
197
198 \begin{describe}{gf}
199     {compute-vtable-items @<class> @<super>
200                           @<chain-head> @<chain-tail>
201                           @<emit-function>}
202 \end{describe}
203
204 \begin{describe}{gf}{compute-vtable @<class> @<chain> @> @<vtable>}
205 \end{describe}
206
207 \begin{describe}{gf}{sod-class-vtables @<class> @> @<list>}
208 \end{describe}
209
210 \begin{describe}{gf}{compute-vtables @<class> @> @<list>}
211 \end{describe}
212
213 %%%--------------------------------------------------------------------------
214 \section{Method combination} \label{sec:layout.methods}
215
216 \begin{describe}{cls}{effective-method () \&key :message :class :keywords}
217 \end{describe}
218
219 \begin{describe*}
220     {\dhead{gf}{effective-method-message @<method> @> @<message>}
221      \dhead{gf}{effective-method-class @<method> @> @<class>}
222      \dhead{gf}{effective-method-keywords @<method> @> @<list>}}
223 \end{describe*}
224
225 \begin{describe}{gf}
226     {sod-message-effective-method-class @<message> @> @<class>}
227 \end{describe}
228
229 \begin{describe}{gf}{primary-method-class @<message> @> @<class>}
230 \end{describe}
231
232 \begin{describe}{gf}
233     {compute-sod-effective-method @<message> @<class> @> @<method>}
234 \end{describe}
235
236 \begin{describe}{gf}{sod-class-effective-methods @<class> @> @<list>}
237 \end{describe}
238
239 \begin{describe}{gf}{compute-effective-methods @<class> @> @<list>}
240 \end{describe}
241
242 \begin{describe}{cls}
243     {method-entry () \&key :method :chain-head :chain-tail :role}
244 \end{describe}
245
246 \begin{describe*}
247     {\dhead{gf}{method-entry-effective-method @<method-entry> @> @<method>}
248      \dhead{gf}{method-entry-chain-head @<method-entry> @> @<class>}
249      \dhead{gf}{method-entry-chain-tail @<method-entry> @> @<class>}
250      \dhead{gf}{method-entry-role @<method-entry> @> @<role>}}
251 \end{describe*}
252
253 \begin{describe}{gf}
254     {make-method-entries @<effective-method> @<chain-head> @<chain-tail>
255       @> @<list>}
256 \end{describe}
257
258
259 \begin{describe}{gf}{sod-message-argument-tail @<message> @> @<list>}
260 \end{describe}
261
262 \begin{describe}{gf}{sod-method-function-type @<method> @> @<c-type>}
263 \end{describe}
264
265 \begin{describe}{gf}{sod-method-next-method-type @<method> @> @<c-type>}
266 \end{describe}
267
268 \begin{describe}{gf}{sod-method-function-name @<method> @> @<string>}
269 \end{describe}
270
271 \begin{describe}{fun}{varargs-message-p @<message> @> @<generalized-boolean>}
272 \end{describe}
273
274 \begin{describe}{fun}{keyword-message-p @<message> @> @<generalized-boolean>}
275 \end{describe}
276
277 \begin{describe}{gf}{method-entry-function-type @<entry> @> @<c-type>}
278 \end{describe}
279
280 \begin{describe}{gf}{method-entry-slot-name @<entry> @> @<string>}
281 \end{describe}
282
283 \begin{describe}{gf}
284     {method-entry-slot-name-by-role @<entry> @<role> @<name> @> @<string>}
285 \end{describe}
286
287 \begin{describe}{gf}
288     {effective-method-basic-argument-names @<method> @> @<list>}
289 \end{describe}
290
291
292
293 \begin{describe}{cls}
294     {method-codegen (codegen) \\ \ind
295       \&key :vars :insts :temp-index
296             :message :class :method :target}
297 \end{describe}
298
299 \begin{describe*}
300     {\dhead{gf}{codegen-message @<codegen> @> @<message>}
301      \dhead{gf}{codegen-class @<codegen> @> @<class>}
302      \dhead{gf}{codegen-method @<codegen> @> @<method>}
303      \dhead{gf}{codegen-target @<codegen> @> @<target>}}
304 \end{describe*}
305
306 \begin{describe*}
307     {\dhead{cls}{convert-to-ilayout-inst (inst)}
308      \dhead{fun}
309        {make-convert-to-ilayout-inst @<class> @<chain-head> @<expr>}}
310   \begin{prog}
311     SOD_ILAYOUT(@<class>, @<chain-head-nick>, @<expr>)
312   \end{prog}
313 \end{describe*}
314
315
316 \begin{describe}{gf}
317     {compute-effective-method-body @<method> @<codegen> @<target>}
318 \end{describe}
319
320 \begin{describe}{gf}{simple-method-body @<method> @<codegen> @<target>}
321 \end{describe}
322
323 \begin{describe}{fun}
324     {invoke-method @<codegen> @<target> @<arguments-tail> @<direct-method>}
325 \end{describe}
326
327 \begin{describe}{fun}{ensure-ilayout-var @<codegen> @<super>}
328 \end{describe}
329
330 \begin{describe}{fun}{make-trampoline @<codegen> @<super> @<body-func>}
331 \end{describe}
332
333 \begin{describe}{gf}{effective-method-function-name @<method> @> @<string>}
334 \end{describe}
335
336 \begin{describe}{gf}
337     {method-entry-function-name @<method> @<chain-head> @<role> @> @<string>}
338 \end{describe}
339
340 \begin{describe}{gf}{compute-method-entry-functions @<method> @> @<list>}
341 \end{describe}
342
343 \begin{describe}{fun}
344     {invoke-delegation-chain @<codegen> @<target> @<basic-tail>
345                              @<chain> @<kernel-func>}
346 \end{describe}
347
348 \begin{describe}{cls}
349     {basic-message (sod-message) \&key :name :location :class :type}
350 \end{describe}
351
352 \begin{describe}{cls}
353     {simple-message (basic-message) \&key :name :location :class :type}
354 \end{describe}
355
356 \begin{describe}{cls}
357     {basic-direct-method (sod-method)
358       \&key :message :location :class :type :body :role}
359 \end{describe}
360
361 \begin{describe}{gf}{sod-method-role @<method> @> @<role>}
362 \end{describe}
363
364 \begin{describe}{cls}
365     {daemon-direct-method (basic-direct-method) \\ \ind
366       \&key :message :location :class :type :body :role}
367 \end{describe}
368
369 \begin{describe}{cls}
370     {delegating-direct-method (basic-direct-method) \\ \ind
371       \&key :message :location :class :type :body :role}
372 \end{describe}
373
374 \begin{describe}{cls}
375     {basic-effective-method (effective-method) \\ \ind
376       \&key :message :class :around-methods :before-methods :after-methods}
377 \end{describe}
378
379 \begin{describe*}
380     {\dhead{gf}
381        {effective-method-around-methods @<effective-method> @> @<list>}
382      \dhead{gf}
383        {effective-method-before-methods @<effective-method> @> @<list>}
384      \dhead{gf}
385        {effective-method-after-methods @<effective-method> @> @<list>}
386      \dhead{gf}{effective-method-functions @<effective-method> @> @<list>}}
387 \end{describe*}
388
389 \begin{describe}{cls}
390     {simple-effective-method (basic-effective-method) \\ \ind
391       \&key :message :class
392             :around-methods :before-methods :after-methods :primary-methods}
393 \end{describe}
394
395 \begin{describe}{fun}
396     {basic-effective-method-body @<codegen> @<target> @<method> @<body>}
397 \end{describe}
398
399 \begin{describe}{cls}
400     {standard-message (simple-message) \&key :name :location :class :type}
401 \end{describe}
402
403 \begin{describe}{cls}
404     {standard-effective-method (simple-effective-method) \\ \ind
405       \&key :message :class
406             :around-methods :before-methods :after-methods :primary-methods}
407 \end{describe}
408
409 \begin{describe}{cls}
410     {aggregating-message (simple-message)
411       \&key :name :location :class :type :combination}
412 \end{describe}
413
414 \begin{describe}{gf}
415     {aggregating-message-properties @<message> @<combination> @> @<plist>}
416 \end{describe}
417
418 \begin{describe}{gf}
419     {compute-aggregating-message-kernel
420       \=@<message> @<combination> @<target> \+ \\
421         @<methods> @<arg-names> \&key}
422 \end{describe}
423
424 \begin{describe}{gf}
425     {check-aggregating-message-type @<message> @<combination> @<c-type>}
426 \end{describe}
427
428 \begin{describe}{cls}
429      {aggregating-effective-method (simple-effective-method) \\ \ind
430       \&key :message :class
431             :around-methods :before-methods :after-methods :primary-methods}
432 \end{describe}
433
434 \begin{describe}{mac}
435     {define-aggregating-method-combination @<combination> \\ \ind\ind
436         ((@<var-name>^*)
437          @[[ :codegen @<codegen-var> @!
438              :methods @<methods-var> @]]) \- \\
439       @[[ \=:properties (@{ (@{ @<name> @! (@[@<keyword>@] @<name>) @}
440                              @<c-type>
441                              @[@<default>
442                                @[@<suppliedp-var>@]@]) @}^*) @! \+ \\
443             :return-type @<c-type> @! \\
444             :around @<around-func> @!
445             :first-method @<first-method-func> @!
446             :method @<method-func> @]]}
447 \end{describe}
448
449 %%% the method combination story
450 %% compute-effective-methods --> compute-sod-effective-method
451
452 %% hook-output (basic-effective-method :c)
453 %%   basic-effective-method.functions
454 %%     compute-method-entry-functions
455 %%       compute-effective-method-body
456 %%
457 %% compute-effective-method-body (simple-effective-method)
458 %%   basic-effective-method-body
459 %%   simple-method-body (standard-effective-method)
460 %%   simple-method-body (aggregating-effective-method)
461 %%     message-kernel-function
462
463 %%%----- That's all, folks --------------------------------------------------
464
465 %%% Local variables:
466 %%% mode: LaTeX
467 %%% TeX-master: "sod.tex"
468 %%% TeX-PDF-mode: t
469 %%% End: