-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discussion: redo 1000s cache #51
Comments
Crash!
Cu.import("resource://gre/modules/ctypes.jsm");
let zero = new ctypes.intptr_t(8);
let badptr = ctypes.cast(zero, ctypes.PointerType(ctypes.int32_t));
badptr.contents;
|
1006: they call this Fastback caching /* 1006: disable It's also not only for the paranoid but can be used to limit memory consumption.
so maybe we could go with 1005: could use a better explanation.
maybe something like this:
|
Oh, okay, I assumed it meant pages as in sites. But if it's memory pages or something like that, then we should not encourage changing it to anything other than 0 or the default -1 |
Looks like it's "sites" after all and the table on the Zine is still accurate:
|
nice! a few nits:
|
re: SSD problem |
my Vertex2 only lasted ~5 years. And I did everything possible to limit the writes. Ok, it wasn't exactly "latest generation" but I doubt my current one will last much longer. Idk if we really need a description for cache - it's pretty self-explanatory IMO
|
It makes it sound way worse than it really is. "forensic data" "all over your OS" and then listing literally all the things to turn back on, with a special note about cache.
just my 2cents |
Man! are you not reading my stuff? ;)
=> shorter, sexier and accurate ps. the rest is great! I haven't looked at the icons-stuff, so atm I can't really help you there. |
man! you gotta be shitting me??!! ANOTHER full patch to review? we should really use PR for this kind of thing. |
IMO we should put them both under 1031. And we can enable 1030 by default IMO. edit: for relevance 1031 should probably be 1030. edit2: other than that 👍 |
I think the 1000s cache section could do with a little love. My thoughts are the header section (or some items) needs a [SETUP] tag and information on session restores (crash recovery etc).
I gave pk some instructions the other day on how to trigger a FF crash. I'll repost them here. I need to make sure that all the session restore and resume from crash is grouped together, and to make sure it is clear what needs to be done to enable them.
The text was updated successfully, but these errors were encountered: