c# - Initialization of memory allocated with stackalloc - Stack ...

文章推薦指數: 80 %
投票人數:10人

From the spec: 18.8 Stack allocation. The content of the newly allocated memory is undefined. Home Public Questions Tags Users Companies Collectives ExploreCollectives Teams StackOverflowforTeams –Startcollaboratingandsharingorganizationalknowledge. CreateafreeTeam WhyTeams? Teams CreatefreeTeam CollectivesonStackOverflow Findcentralized,trustedcontentandcollaboratearoundthetechnologiesyouusemost. Learnmore Teams Q&Aforwork Connectandshareknowledgewithinasinglelocationthatisstructuredandeasytosearch. Learnmore Initializationofmemoryallocatedwithstackalloc AskQuestion Asked 10years,3monthsago Modified 5monthsago Viewed 2ktimes 14 3 IfI'mallocatingmemorywithstackallocinC#,isthatmemoryinitialized(with0)? Thedocumentationdoesn'tspeakofthatandonlytellsthatthecorrectamountisreserved. Inmytestssuchmemorydefaultedto0,butthatdoesn'tmeanit'sguaranteedthough. c#unsafestackalloc Share Improvethisquestion Follow askedDec30,2011at11:37 frumbaelafrumbaela 34111silverbadge88bronzebadges Addacomment  |  2Answers 2 Sortedby: Resettodefault Highestscore(default) Trending(recentvotescountmore) Datemodified(newestfirst) Datecreated(oldestfirst) Helpusimproveouranswers.Aretheanswersbelowsortedinawaythatputsthebestansweratornearthetop? Takeashortsurvey I’mnotinterested 6 +200 Yes,thespecsaysitisundefined,butthecompileremitslocallocCILintructionforstackalloc.AndthisiswhatECMASpecssaysaboutlocalloc: Thelocallocinstructionallocatessize(typenativeunsignedint) bytesfromthelocaldynamicmemorypoolandreturnstheaddress(a managedpointer,type&)ofthefirstallocatedbyte.Theblockof memoryreturnedisinitializedto0onlyiftheinitializeflagonthe methodistrue(seePartitionI).Theareaofmemoryisnewly allocated.Whenthecurrentmethodreturnsthelocalmemorypoolis availableforreuse. Theinitializeflag,alsoknownaslocalsinitflag,isemittedforeverymethodbythecompilerbecauseitisrequiredforverifiablecode. Pleaselookatthisissueoncoreclraskingtostopzeroingmemoryonstackalloc.Attheendoftheissuejkotassays: Thecurrentplanis: C#willkeepzeroinitializingbydefault.Changingthedefaultwould betoobreaking.Wehaveasetofissuesopenedtomakethezero initializationdonebytheJITmoreefficientorreduceneedforit (#13827,#13823,#13825)Folkswhoreallywanttogetthelastbitof performancebyavoidingzeroinitializationcanusecustomILLinker step(mono/linker#159)whentheyknowwhattheyaredoing.Wedothis forCoreLibtoday(viaVMhack,butweshouldswitchtotheILLinker), andweplantoexperimentwiththisinCoreFX(dotnet/corefx#25956). Basedontheresultsoftheseexperiments,wemayconsiderintroducing amorestreamlinedwaytodothisinfuture.@ahsonkhanYoushould considerexperimentingwithitinCoreFXLabaswellifyoubelieve thatitwouldhelp. Andseethiscsharplangproposal Sotheconclusionis:thememoryisinitializedtozeroinpractice Howeverthereisabug/featureinthecompilerthatpreventsfromemitinglocalsinitflag.Unsafemethodsthatdon'tdeclareothervariablesandusethestackallocatedvariableonlytopassingittoothermethod,don'tgetmarkedwiththelocalsinitflag. Hereisanexampleofsuchbug/feature: usingSystem; usingSystem.Diagnostics; usingSystem.Runtime.CompilerServices; namespaceInformalTests { classProgram { constintn=100_000_000; staticunsafevoidMain(string[]args) { varwatch=Stopwatch.StartNew(); for(inti=0;i,doesthisstillholdtrue? – JBeurer Jan1,2019at21:39 Addacomment  |  YourAnswer ThanksforcontributingananswertoStackOverflow!Pleasebesuretoanswerthequestion.Providedetailsandshareyourresearch!Butavoid…Askingforhelp,clarification,orrespondingtootheranswers.Makingstatementsbasedonopinion;backthemupwithreferencesorpersonalexperience.Tolearnmore,seeourtipsonwritinggreatanswers. Draftsaved Draftdiscarded Signuporlogin SignupusingGoogle SignupusingFacebook SignupusingEmailandPassword Submit Postasaguest Name Email Required,butnevershown PostYourAnswer Discard Byclicking“PostYourAnswer”,youagreetoourtermsofservice,privacypolicyandcookiepolicy Nottheansweryou'relookingfor?Browseotherquestionstaggedc#unsafestackallocoraskyourownquestion. TheOverflowBlog EmpathyfortheDev: Avoidingcommonpitfallswhencommunicatingwithdevelopers Episode436:MeetthedesignsystemthatletsuscustomizeandthemeStack... FeaturedonMeta HowmighttheStagingGround&thenewAskWizardworkontheStackExchange... QuestionCloseReasonsproject-IntroductionandFeedback AnA/Btesthasgonelivefora"Trending"sortoptionforanswers Overhaulingourcommunity'sclosurereasonsandguidance Related 964 WhatistheyieldkeywordusedforinC#? 939 BestwaytorepeatacharacterinC# 3236 Caseinsensitive'Contains(string)' 1809 ProperuseoftheIDisposableinterface 173 Practicaluseof`stackalloc`keyword 813 Distinct()withlambda? 1893 HowdoIremedy"Thebreakpointwillnotcurrentlybehit.Nosymbolshavebeenloadedforthisdocument."warning? 569 Makefirstletterofastringuppercase(withmaximumperformance) 1169 HowtocallasynchronousmethodfromsynchronousmethodinC#? 1606 WhynotinheritfromList? HotNetworkQuestions IsthisascamusingZelle,oramIbeingparanoid? RaspberryPIDPIonlyworksovershortdistances,why? UnexpectedemailfromComputationalandAppliedMathematicsregisteringmeasaneditorandthensendingmeapapertoreview-thoughts? MultithreadedbogosortinRust Isitunethicalnottodiscloseareductionintravellingcostsduetodelayswhengettingreimbursedforbusinesstrip? WhatwasGermantorpedo'sproblemdiscoveredin1942? Howdoyougeneratearandomnumberwithapre-specifiedprobabilitydistribution? WhatmightIdoaboutthe1/4to3/4"gapsattheedgesofmyblacktopdriveway? Whatactuallycausesthebarreladjustertochangetensioninacable? Giantpowermeterleft/rightbalance DidFloridarejectallK-5mathsbooksexceptonesbyacolleague'sex-employer? SettingnullhypothesisforBinomialtest Thesilhouetteofahandholdingacylindricalglassjar,inthebackgroundistheMilkyWay Whyaretheretwo“is”’sin:Whyisyawningiscontagious? Wouldincreasingthestabilityofnucleihaveothersideeffectsthanjustfissionnothappening? Are.imgfilesblock-alignedlikeactualfilesystems? Eliminatetiesviaadditivemeter? NeglectinghigherordertermsinaLagrangian Howtousepanel-mountconnectorswherethenutgoesontheinsideofthepanel Whattermdescribestherelationshipbetweententh,hundredth,thousandthandthenumberten? SailingfromnortheastRussiatoPakistaninastraightline IsitacoincidencethecircumferenceofEarthinkilometersisalmost2tothe12th? Does"dieUkraine"haveasimilarconnotationto"theUkraine"? RotationdirectionofPulsars morehotquestions Questionfeed SubscribetoRSS Questionfeed TosubscribetothisRSSfeed,copyandpastethisURLintoyourRSSreader. lang-cs Yourprivacy Byclicking“Acceptallcookies”,youagreeStackExchangecanstorecookiesonyourdeviceanddiscloseinformationinaccordancewithourCookiePolicy. Acceptallcookies Customizesettings  



請為這篇文章評分?