tokens
sequence
ner_tags
sequence
[ "Different", "implementations", "of", "the", "stream", "will", "react", "differently", "if", "you", "imbue", "the", "stream", "after", "it", "is", "open", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Thus", "it", "is", "best", "to", "imbue", "the", "stream", "before", "opening", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Dinkumware", "also", "has", "a", "set", "of", "conversion", "facets", "(", "not", "sure", "if", "they", "are", "free", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "http://www.dinkumware.com/manuals/default.aspx?manual=compleat&page=index_cvt.html#Code%20Conversions" ]
[ "O" ]
[ "Note", ":", "I", "prefer", "to", "use", "the", "terms", "UTF-X", "rather", "than", "UCS-Y", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Though", "technically", "there", "are", "very", "minor", "differences", "these", "are", "inconsequential", "compared", "to", "the", "confusion", "you", "can", "create", "by", "switching", "between", "the", "two", "terms", "while", "talking", "about", "the", "subject", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Stick", "to", "one", "unless", "you", "need", "to", "talk", "explicitly", "about", "a", "feature", "(", "like", "Surrogate", "pairs", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "code", "takes", "practically", "no", "time", "at", "all", "when", "optimizing", "with", "-O3" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "What", "compiler", "optimization", "is", "making", "this", "code", "go", "from", "0.014", "seconds", "with", "-O0", "to", "0.000000", "with", "-03" ]
[ "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block" ]
[ "The", "internal", "large", "loop", "has", "no", "side", "effects", "since", "you", "'re", "not", "using", "B", "anywhere", ",", "so", "any", "decent", "compiler", "with", "-O3", "will", "eliminate", "it", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Application", "O", "B-Code_Block", "O", "O", "O", "O" ]
[ "To", "avoid", "that", ",", "you", "could", "try", "to", "summarize", "the", "values", "and", "print", "out", "the", "outcome", "at", "the", "end", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Alternatively", ",", "printing", "some", "random", "element", "from", "B", "might", "make", "the", "compiler", "suspicious", "enough", "to", "avoid", "that", "elimination" ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "hard", "to", "say", "for", "sure", "without", "checking", "the", "generated", "assembly", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O" ]
[ "In", "general", ",", "there", "is", "as-if", "rule", ",", "which" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "could", "be", ",", "for", "instance", ",", "that", "since", "neither", "A", "no", "B", "are", "used", "anywhere", ",", "the", "compiler", "just", "omits" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Application", "O", "O" ]
[ "as", "well", "as" ]
[ "O", "O", "O" ]
[ "I", "have", "a", "problem", "." ]
[ "O", "O", "O", "O", "O" ]
[ "I", "spend", "around", "5", "hours", "trying", "everything", ",", "but", "I", "was", "not", "even", "able", "to", "reproduce", "it", "properly", "so", "I", "include", "the", "simplified", "original", "source", "code", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "apologize", "for", "the", "extent", ",", "but", "I", "wanted", "to", "include", "all", "the", "relevant", "information", "I", "found", "out", "so", "far", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "one", "of", "the", "few", "times", "I", "feel", "completely", "powerless", "and", "kindly", "request", "your", "help", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Any", "ideas", "are", "welcome", "." ]
[ "O", "O", "O", "O", "O" ]
[ "Also", "any", "comments", "that", "can", "bring", "at", "least", "some", "light", "to", "the", "matter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "behaviour", "in", "this", "case", "is", "a", "complete", "mystery", "to", "me", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "am", "programming", "in", "QtCreator", "in", "Ubuntu", "." ]
[ "O", "O", "O", "O", "B-Application", "O", "B-Operating_System", "O" ]
[ "I", "am", "trying", "to", "develop", "a", "framework", "to", "solve", "mathematical", "problems", "using", "a", "Population", "of", "candidate", "solutions", ",", "which", "should", "evolve", "into", "the", "true", "solution", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "are", "3", "classes", "involved", ":", "Population", ",", "PopulationMember", "and", "Problem", ":" ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O", "B-Class", "O" ]
[ "Usually", "my", "program", "runs", "in", "loops", ",", "where", "the", "population", "calls", "its", "various", "methods", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O" ]
[ "One", "of", "them", "is", "Population::evaluate()", "." ]
[ "O", "O", "O", "O", "B-Function", "O" ]
[ "My", "program", "ran", "great", "until", "I", "introduced", "some", "new", "methods", "of", "Population", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Then", "I", "get", "a", "segmentation", "error", "in", "the", "middle", "of", "program", "." ]
[ "O", "O", "O", "O", "B-Error_Name", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "strangest", "thing", "is", "that", "it", "happens", "only", "after", "the", "10", "loops", ",", "after", "the", "population", "executed", "report()", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Function", "O" ]
[ "Also", "after", "some", "experimentation", ",", "when", "I", "excluded", "all", "the", "operations", "which", "require", "dynamic", "allocation", "of", "some", "sort", "(", "strings", ")", "from", "the", "report()", "method", ",", "I", "do", "not", "get", "the", "error", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Data_Type", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Conversely", "when", "I", "disable", "the", "sorting", "method", "(", "uses", "either", "std::sort", "or", "qSort", ")", "the", "problem", "stops", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O" ]
[ "Also", "when", "I", "leave", "the", "actions", "done", "by", "the", "temp", "Population", ",", "there", "is", "no", "problem", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "B-Class", "O", "O", "O", "O", "O", "O" ]
[ "So", "I", "started", "to", "debug", "the", "program", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "let", "it", "complete", "10", "loops", "and", "started", "to", "debug", "step", "by", "step", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "went", "into", "Population->evaluate()", ";" ]
[ "O", "O", "O", "B-Code_Block", "I-Code_Block" ]
[ "}" ]
[ "B-Code_Block" ]
[ "debug", ":" ]
[ "O", "O" ]
[ "The", "addres", "printed", "out", "is", "0xbffff628", "." ]
[ "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "This", "is", "same", "as", "the", "previous", "10", "*", "population_->members_.count()", "printouts", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O" ]
[ "I", "go", "inside", "the", "(", "*", "it", ")", "->", "evaluate()", ";", "Here", "I", "switch", "to", "assembly", "code", ":" ]
[ "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "B-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "I", "go", "inside", "the", "call", "of", "function", "at", "the", "last", "instruction", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "At", "the", "instant", "I", "do", "this", ",", "all", "the", "attributes", "in", "problem_", "become", "not", "accessible", "according", "to", "my", "debugger", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "At", "this", "point", "all", "is", "lost", "." ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "debug", ":" ]
[ "O", "O" ]
[ "Finally", "the", "address", "the", "problem_", "is", "pointing", "at", "becomes", "0xbffff780", "instead", "of", "0xbffff628", "." ]
[ "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "B-Value", "O", "O", "B-Value", "O" ]
[ "An", "increment", "of", "344" ]
[ "O", "O", "O", "B-Value" ]
[ "This", "happens", "always", "." ]
[ "O", "O", "O", "O" ]
[ "The", "increment", "is", "344", "." ]
[ "O", "O", "O", "B-Value", "O" ]
[ "If", "I", "make", "some", "minor", "changes", "in", "the", "program", ",", "the", "address", "changes", ",", "but", "the", "difference", "between", "these", "two", "addresses", "remains", "344", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "This", "is", "all", "the", "more", "puzzling", ",", "since", "the", "size", "of", "all", "my", "three", "classes", "is", "less", "than", "100", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Value", "O" ]
[ "The", "program", "crashes", "inside", "the", "void", "Problem", "::", "evaluate(PopulationMember&)const", ";", "method", "as", "soon", "as", "some", "logic", "is", "involved", "." ]
[ "O", "O", "O", "O", "O", "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "EDIT", ":" ]
[ "O", "O" ]
[ "You", "are", "copying", "around", "Population-instances", "quite", "a", "bit", ":", "1", ".", "you", "are", "returning", "a", "local", "copy", "by", "value", ",", "2", ".", "copying", "again", "by", "assigning", "into", "another", "local", "with" ]
[ "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "All", "these", "instances", "get", "pointers", "to", "PopulationMember", "and", "ownsMembers_", "is", "always", "set", "true", "-", "this", "looks", "quite", "a", "bit", "fishy", "and", "you", "might", "want", "to", "debug", "with", "breakpoints", "in", "your", "destructors/constructors", "to", "find", "out", "the", "lifecycle", "of", "each", "population", "and", "its", "members", "." ]
[ "O", "O", "O", "O", "B-Data_Type", "O", "B-Class", "O", "B-Variable", "O", "O", "O", "B-Value", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O" ]
[ "EDIT", ":", "append", "method" ]
[ "O", "O", "O", "O" ]
[ "This", "means", "that", "the", "members", "to", "not", "point", "to", "the", "correct", "Population", "anymore", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O" ]
[ "The", "value", "of", "Population&", "is", "stored", "on", "stack", "and", "gets", "deleted", "after", "the", "for", "loop", "ends", ",", "but", "the", "PopulationMembers", "still", "point", "to", "these", "Populations", "." ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-Data_Structure", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Class", "O" ]
[ "Edit", ":", "Fix" ]
[ "O", "O", "O" ]
[ "please", "try", "this", ":" ]
[ "O", "O", "O", "O" ]
[ "I", "'ve", "scoured", "SOF", "and", "google", "for", "an", "answer", "no", "joy" ]
[ "O", "O", "O", "B-Website", "O", "B-Website", "O", "O", "O", "O", "O" ]
[ "I", "am", "able", "to", "connect", "to", "a", "database", "I", "presume", "in", "JavaScript", ",", "I", "wish", "to", "populate", "the", "results", "into", "a", "HTML", "forms", "option", "field", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O" ]