From: Carl Worth Date: Thu, 21 Jun 2007 16:20:48 +0000 (-0700) Subject: Protect underscores from being interpreted as italics X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=e60a409bbba447f1041e86562bf5390dee9038b2 Protect underscores from being interpreted as italics --- diff --git a/src/exa/mozilla_i965_profiles.mdwn b/src/exa/mozilla_i965_profiles.mdwn index 4f61d5b..0c4b220 100644 --- a/src/exa/mozilla_i965_profiles.mdwn +++ b/src/exa/mozilla_i965_profiles.mdwn @@ -82,7 +82,7 @@ reason? And here with EXA we see some good, and some really bad. The good news is that the pixman functions doing software compositing have disappeared from the top of the profile, leaving only software -rasterization. But what's with this new i965_prepare_composite +rasterization. But what's with this new `i965_prepare_composite` function that's taking even more time than all of libxul? That seems like rather excessive overhead.