~moo-imports/moo/match_object

« back to all changes in this revision

Viewing changes to README.rX

  • Committer: nop
  • Date: 2000-01-09 22:20:14 UTC
  • Revision ID: cvs-1:nop-20000109222014-89ur89h9ge73awfo
Round one of doc cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
From README.r8:
256
256
 
257
257
r8 adds more fixes to BYTECODE_REDUCE_REF.  It's now safe to turn on.
258
 
[This appears to be true.]
 
258
However, suspended tasks are a problem for switchover.  From options.h:
 
259
 
 
260
 * This option affects the length of certain bytecode sequences.
 
261
 * Suspended tasks in a database from a server built with this option
 
262
 * are not guaranteed to work with a server built without this option,
 
263
 * and vice versa.  It is safe to flip this switch only if there are
 
264
 * no suspended tasks in the database you are loading.  (It might work
 
265
 * anyway, but hey, it's your database.)  This restriction will be
 
266
 * lifted in a future version of the server software.