Changeset 1633 for trunk/manuals
- Timestamp:
- 10/23/04 04:49:06 (4 years ago)
- Location:
- trunk/manuals
- Files:
-
- 3 modified
-
index.html (modified) (1 diff)
-
userman/index.html (modified) (1 diff)
-
userman/messages.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r1623 r1633 38 38 39 39 <div class="footer"> 40 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 2 2, 2004</span></p>40 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 41 41 </div> 42 42 -
trunk/manuals/userman/index.html
r1623 r1633 267 267 268 268 <div class="footer"> 269 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 2 2, 2004</span></p>269 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 270 270 </div> 271 271 </body> -
trunk/manuals/userman/messages.html
r1632 r1633 268 268 For comparing message sending performance with predicate calls in plain Prolog and with calls to predicates encapsulated in modules, we should use exactly the same predicate definition in the three cases. 269 269 </p> 270 <p> 271 It should be stressed that message sending is only one of the factors affecting the performance of a Logtalk application. The strengths and limitations of the chosen Prolog compiler play a crucial role on all aspects of the development, reliability, usability, and performance of a Logtalk application. It is advisable to take advantage of the Logtalk wide compatibility with most Prolog compilers to test for the best match for developing your Logtalk applications.</p> 270 272 271 273 <div class="navbottom"> … … 278 280 279 281 <div class="footer"> 280 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 2 2, 2004</span></p>282 <p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: October 23, 2004</span></p> 281 283 </div> 282 284 </body>
